Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class
Properties Methods


In This Topic
    NDataSeries<T> Class Members
    In This Topic

    The following tables list the members exposed by NDataSeries<T>.

    Public Properties
     NameDescription
    Public PropertyGets or sets the capacity of the data series.  
    Public PropertyOverridden. The number of elements contained in the Collection.  
    Public PropertyDetermines the type of objects contained in this data series. (Inherited from Nevron.Chart.NDataSeriesBase)
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyOverridden. Determines whether the data series is with fixed size  
    Public PropertyOverridden. Determines whether the data series is read only  
    Public PropertyOverridden. true if access to the ICollection is synchronized (thread-safe); otherwise, false.  
    Public PropertyOverridden. Gets or sets the item at the specified index.  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyOverridden. An object that can be used to synchronize access to the ICollection.  
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds an object to the end of the data series.  
    Public MethodOverloaded. Adds the elements of the specified collection to the end of the data series. The operation is type safe.  
    Public MethodOverridden. Removes all items from the data series.  
    Public MethodOverridden. Creates a copy of the data series.  
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden. Determines whether the data series contains the specified item  
    Public MethodReturns true if the series contains empty data points  
    Public MethodOverridden. Copies the elements of the Collection to an Array, starting at a particular Array index.  
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Public MethodOverridden. Removes the indexes which are not contained in the specified subset.  
    Public MethodThe data series is filled from the specified column of the OleDbDataReader.  
    Public MethodThe data series is filled with the objects contained in columnName of the specified DataTable.  
    Public MethodThe data series is filled with the objects contained in columnName of the specified DataView.  
    Public MethodThe data series is filled from the enumerator which is obtained from the specified enumerable interface.  
    Public MethodFills the data series with random data.  
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public MethodReturns a data grid column style which can be used for visual editing of the data series. (Inherited from Nevron.Chart.NDataSeriesBase)
    Public MethodOverridden. Returns an enumerator that can iterate through a collection.  
    Public MethodGets the items in the specified range  
    Public MethodGets the value for the specified index.  
    Public MethodOverridden. Finds the index of the first occurance of the specified item within the data series.  
    Public MethodOverridden. Inserts an item at the specified index.  
    Public MethodInserts a range of items in the data series after the specified index  
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden. Removes the specified item from the data series  
    Public MethodOverridden. Removes the item at the specified index from the data series  
    Public MethodRemoves a range of items from the data series  
    Public MethodOverridden. Removes the indexes contained in the specified data series subset from the data series.  
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverloaded. Copies the elements of a collection over a range of elements in the Data Series.  
    Public MethodOverloaded. Sorts the values in the order specified by the order argument.  
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also